FlowApprovalCancellar
Represents the FlowApprovalCancellar step in the workflow, designed to handle approval cancellations.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| CancellerType | The type of cancellation to be performed in the approval step. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
| TargetObjectName | The name of the target object for the approval cancellation. |
Constructors
| Name | Description |
|---|---|
| FlowApprovalCancellar(name, workflowData, workflowCodeInstance) | Constructor for the FlowApprovalCancellar class. Initializes a new instance of the FlowApprovalCancellar class. |
| FlowApprovalCancellar(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowApprovalCancellar class with the specified name, workflow data, and workflow code instance. |
Methods
| Name | Description |
|---|---|
| Initialize() | Initializes the FlowApprovalCancellar step within the workflow. This method is intended to set up the step's configuration or execution logic. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |